Skip to content

Commit

Permalink
Merge pull request #30 from sinamics/dev
Browse files Browse the repository at this point in the history
cache issue
  • Loading branch information
sinamics authored Apr 6, 2023
2 parents a4b44bd + d097e49 commit dbf0168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ztApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const network_create = async (

try {
const response: AxiosResponse = await axios.post(
`${ZT_ADDR}/controller/network/${zt_address.address}`,
`${ZT_ADDR}/controller/network/${zt_address.address}______`,
config,
options
);
Expand Down

0 comments on commit dbf0168

Please sign in to comment.