This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Biukop
/
SFM-loan-Rest-Api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
973KB
Tree:
75f49dc1fe
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '75f49dc1fe'
${ noResults }
SFM-loan-Rest-Api
/
config.json
config.json
108B
Raw
Normal View
History
initial workable go project
4 years ago
try a different host name
4 years ago
initial workable go project
4 years ago
static root file server support configurable URL and strip prefix
4 years ago
initial workable go project
4 years ago
1
2
3
4
5
6
7
{
"Host":"localhost",
"Port":"8080",
"DocRoot": "./html/",
"StaticUrl": "/",
"StripPrefix" : "/"
}