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

Commit f42e12e

Browse files
author
Abraham
committed
Adding port to localhost default. Might make a difference
1 parent 8cbcd61 commit f42e12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class Cli {
115115
type: 'confirm'
116116
},{
117117
name: 'allowOrigin',
118-
default: 'http://localhost',
118+
default: 'http://localhost:80',
119119
message: 'Enter the domain you want CORS access to:',
120120
when: function(options){
121121
return options.corsAllow == true;

0 commit comments

Comments
 (0)