Skip to content

Commit

Permalink
add .org tld
Browse files Browse the repository at this point in the history
  • Loading branch information
elis committed Feb 24, 2021
1 parent ec287f2 commit cc58ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/hostname-app/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import HostnameApp from './app'

export const name = 'Hostname App'

export const check = /^([^.]+)[.]((djit[.]me)|(djitapp.local)|(works))$/i
export const check = /^([^.]+)[.]((djit[.]me)|(djitapp.local)|(works|org))$/i

export const app = (cr) => {
console.log('Readying Hostname app!', cr)
Expand Down

0 comments on commit cc58ed2

Please sign in to comment.