Final tweaks for release
This commit is contained in:
parent
df6188dfd1
commit
45795d03a8
|
@ -566,11 +566,3 @@ module Success =
|
||||||
.OrderBy(r.Desc "recordedOn")
|
.OrderBy(r.Desc "recordedOn")
|
||||||
.RunResultAsync<StoryEntry list>
|
.RunResultAsync<StoryEntry list>
|
||||||
|> withReconn conn
|
|> 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');
|
|
||||||
})
|
|
||||||
|
|
||||||
*)
|
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{
|
||||||
"Rethink": {
|
|
||||||
"Hostname": "data02.bitbadger.solutions",
|
|
||||||
"Db": "jobsjobsjobs-dev"
|
|
||||||
},
|
|
||||||
"Auth": {
|
"Auth": {
|
||||||
"ReturnHost": "http://localhost:5000",
|
"ReturnHost": "http://localhost:5000",
|
||||||
"Instances": {
|
"Instances": {
|
||||||
|
|
|
@ -26,7 +26,7 @@ import {
|
||||||
* @param url The partial URL for the API
|
* @param url The partial URL for the API
|
||||||
* @returns A full 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
|
* Create request init parameters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user