Files
myPrayerJournal/src/MyPrayerJournal.Api/appsettings.json
T

10 lines
114 B
JSON
Raw Normal View History

2018-08-06 21:21:28 -05:00
{
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
}
}