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
Browse Source
added DSN config
master
sp
4 years ago
parent
3e90a7475c
commit
1a72ab7237
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
main.go
+ 2
- 0
main.go
View File
@@ -26,6 +26,8 @@ func main() {
return
}
loan.SetDSN(config.DSN)
setupRootFileServer()
//always the last one
setupHTTPHandler()
Write
Preview
Loading…
Cancel
Save