Final tweaks for release

This commit is contained in:
Daniel J. Summers 2021-09-06 21:18:22 -04:00
parent df6188dfd1
commit 45795d03a8
3 changed files with 1 additions and 13 deletions

View File

@ -566,11 +566,3 @@ module Success =
.OrderBy(r.Desc "recordedOn")
.RunResultAsync<StoryEntry list>
|> withReconn conn
(*
-- To replace naUser with mastodonUser for NAS --
r.db('jobsjobsjobs').table('citizen').replace(function(it) {
return it.merge({ mastodonUser: it('naUser'), instance: 'nas' }).without('naUser');
})
*)

View File

@ -1,8 +1,4 @@
{
"Rethink": {
"Hostname": "data02.bitbadger.solutions",
"Db": "jobsjobsjobs-dev"
},
"Auth": {
"ReturnHost": "http://localhost:5000",
"Instances": {

View File

@ -26,7 +26,7 @@ import {
* @param url The partial URL for the API
* @returns A full URL for the API
*/
const apiUrl = (url : string) : string => `http://localhost:5000/api/${url}`
const apiUrl = (url : string) : string => `/api/${url}`
/**
* Create request init parameters