Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-03-23 12:13:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19eaa65f6c930fa600948ed96d7ca6d6529af1d3
19eaa65f
1 parent
2efa1b26
1.增加注册登录接口
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
routes/web.php
routes/web.php
View file @
19eaa65
...
...
@@ -24,6 +24,10 @@ Route::get('/', function () {
return
view
(
'welcome'
);
});
Route
::
get
(
'/phpinfo'
,
function
()
{
phpinfo
();
});
Route
::
get
(
'/create_overlay'
,
function
()
{
header
(
'Content-Type: image/png'
);
...
...
Please
register
or
login
to post a comment