Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit aaaa9c7

Browse files
author
Mrinal Wahal
committed
updated nhost domain to nhost.run
1 parent 96c9eef commit aaaa9c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func init() {
145145
// rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.nhost.yaml)")
146146

147147
rootCmd.PersistentFlags().BoolVarP(&logger.JSON, "json", "j", false, "Print JSON formatted logs")
148-
rootCmd.PersistentFlags().StringVar(&nhost.API, "endpoint", "https://nuno.nhost.dev/v1/functions", "Auth endpoint - for internal testing")
148+
rootCmd.PersistentFlags().StringVar(&nhost.API, "endpoint", "https://nhost.run/v1/functions", "Auth endpoint - for internal testing")
149149
//rootCmd.PersistentFlags().StringVarP(&userLicense, "license", "l", "", "name of license for the project")
150150
//rootCmd.PersistentFlags().Bool("viper", true, "use Viper for configuration")
151151
//viper.BindPFlag("author", rootCmd.PersistentFlags().Lookup("author"))

nhost/vars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var (
1212
log = &logger.Log
13-
DOMAIN = "nuno.nhost.dev"
13+
DOMAIN = "nuno.run"
1414
API = fmt.Sprintf("https://%s/v1/functions", DOMAIN)
1515

1616
// fetch current working directory

0 commit comments

Comments
 (0)