Skip to content

Commit

Permalink
fix(for tauri): Update servers utils file location after directory up…
Browse files Browse the repository at this point in the history
…date (tauri)
  • Loading branch information
doc-code-hub authored and ferferga committed Mar 11, 2022
1 parent 4bf5f36 commit 2a7afe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/plugins/nuxt/appInitPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ const appInitPlugin: Plugin = async (context) => {
* Call System Api
*
* Call to get the server's public info, and adds to the FullLinfoServers list
* @param url URL of the server whose publicinfo wants to get
* @param fullInfoServer Array of ServerInfo. The push () of the new server is performed inside it
*
* @param {string} url URL of the server whose publicinfo wants to get
* @param {object} fullInfoServers Array of ServerInfo. The push () of the new server is performed inside it
*/
async function callSystemApi(
url: string,
Expand Down
File renamed without changes.

0 comments on commit 2a7afe0

Please sign in to comment.