Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 70435b6

Browse files
committed
chore(clean up): mess
1 parent 2bbbeef commit 70435b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/endpoint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const getGraphQLEndpoint = () => {
1616
/* return 'http://devapi.coderplanets.com' */
1717

1818
default:
19-
/* return 'https://api.coderplanets.com/graphiql' */
20-
return 'http://localhost:4001/graphiql'
19+
return 'https://api.coderplanets.com/graphiql'
20+
/* return 'http://localhost:4001/graphiql' */
2121
}
2222
}
2323

config/general.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const TAG_COLORS = [
3434
'yellowgreen',
3535
'brown',
3636
'grey',
37+
'cadetblue',
3738
]
3839

3940
export const TAG_COLOR_ORDER = {

0 commit comments

Comments
 (0)