Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Learning and Work
managing-money-api
Commits
3dcf4f4e
Commit
3dcf4f4e
authored
Jul 13, 2018
by
Jack Stupple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove api namespace
parent
dbac367f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bootstrap/app.php
bootstrap/app.php
+1
-1
No files found.
bootstrap/app.php
View file @
3dcf4f4e
...
...
@@ -95,7 +95,7 @@ $app->middleware([
$app
->
router
->
group
([
'namespace'
=>
'App\Http\Controllers\Api'
,
'prefix'
=>
'
api/
v1'
'prefix'
=>
'v1'
],
function
(
$router
)
{
require
__DIR__
.
'/../routes/api.php'
;
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment