File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
webapp/src/pages/TradeRacePage Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ const getNotifyApi = async <_R extends { [key: string]: any }>(): Promise<{
3333 ...notify [ "en" ] ,
3434 ...notify [ Lang [ lng ] ] ,
3535 invest : notify . invest ,
36- campaignTagConfig : notify . campaignTagConfig ,
3736 prev : { ...notify ?. prev } ,
3837 } ,
3938 } ;
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ export type API_DATA<R extends object> = {
4545} ;
4646
4747export const url_path = "https://static.loopring.io/events" ;
48- export const url_test_path = "https://static.loopring.io/events/testEvents/ " ;
48+ export const url_test_path = "https://static.loopring.io/events/testEvents" ;
4949export const Config_INFO_URL = "api/v3/activity/getFilterInfo" ;
5050export const Activity_URL = "/api/v3/activity/getActivityList" ;
You can’t perform that action at this time.
0 commit comments